3.136 \(\int \frac {x^3 \cosh ^{-1}(a x)}{\sqrt {1-a^2 x^2}} \, dx\)

Optimal. Leaf size=110 \[ -\frac {2 x \sqrt {a x-1}}{3 a^3 \sqrt {1-a x}}-\frac {x^2 \sqrt {1-a^2 x^2} \cosh ^{-1}(a x)}{3 a^2}-\frac {2 \sqrt {1-a^2 x^2} \cosh ^{-1}(a x)}{3 a^4}-\frac {x^3 \sqrt {a x-1}}{9 a \sqrt {1-a x}} \]

[Out]

-2/3*x*(a*x-1)^(1/2)/a^3/(-a*x+1)^(1/2)-1/9*x^3*(a*x-1)^(1/2)/a/(-a*x+1)^(1/2)-2/3*arccosh(a*x)*(-a^2*x^2+1)^(
1/2)/a^4-1/3*x^2*arccosh(a*x)*(-a^2*x^2+1)^(1/2)/a^2

________________________________________________________________________________________

Rubi [A]  time = 0.39, antiderivative size = 158, normalized size of antiderivative = 1.44, number of steps used = 5, number of rules used = 5, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.227, Rules used = {5798, 5759, 5718, 8, 30} \[ -\frac {x^3 \sqrt {a x-1} \sqrt {a x+1}}{9 a \sqrt {1-a^2 x^2}}-\frac {2 x \sqrt {a x-1} \sqrt {a x+1}}{3 a^3 \sqrt {1-a^2 x^2}}-\frac {x^2 (1-a x) (a x+1) \cosh ^{-1}(a x)}{3 a^2 \sqrt {1-a^2 x^2}}-\frac {2 (1-a x) (a x+1) \cosh ^{-1}(a x)}{3 a^4 \sqrt {1-a^2 x^2}} \]

Antiderivative was successfully verified.

[In]

Int[(x^3*ArcCosh[a*x])/Sqrt[1 - a^2*x^2],x]

[Out]

(-2*x*Sqrt[-1 + a*x]*Sqrt[1 + a*x])/(3*a^3*Sqrt[1 - a^2*x^2]) - (x^3*Sqrt[-1 + a*x]*Sqrt[1 + a*x])/(9*a*Sqrt[1
 - a^2*x^2]) - (2*(1 - a*x)*(1 + a*x)*ArcCosh[a*x])/(3*a^4*Sqrt[1 - a^2*x^2]) - (x^2*(1 - a*x)*(1 + a*x)*ArcCo
sh[a*x])/(3*a^2*Sqrt[1 - a^2*x^2])

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rule 5718

Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)*(x_)*((d1_) + (e1_.)*(x_))^(p_.)*((d2_) + (e2_.)*(x_))^(p_.), x_
Symbol] :> Simp[((d1 + e1*x)^(p + 1)*(d2 + e2*x)^(p + 1)*(a + b*ArcCosh[c*x])^n)/(2*e1*e2*(p + 1)), x] - Dist[
(b*n*(-(d1*d2))^IntPart[p]*(d1 + e1*x)^FracPart[p]*(d2 + e2*x)^FracPart[p])/(2*c*(p + 1)*(1 + c*x)^FracPart[p]
*(-1 + c*x)^FracPart[p]), Int[(-1 + c^2*x^2)^(p + 1/2)*(a + b*ArcCosh[c*x])^(n - 1), x], x] /; FreeQ[{a, b, c,
 d1, e1, d2, e2, p}, x] && EqQ[e1 - c*d1, 0] && EqQ[e2 + c*d2, 0] && GtQ[n, 0] && NeQ[p, -1] && IntegerQ[p + 1
/2]

Rule 5759

Int[(((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)*((f_.)*(x_))^(m_))/(Sqrt[(d1_) + (e1_.)*(x_)]*Sqrt[(d2_) + (e2_
.)*(x_)]), x_Symbol] :> Simp[(f*(f*x)^(m - 1)*Sqrt[d1 + e1*x]*Sqrt[d2 + e2*x]*(a + b*ArcCosh[c*x])^n)/(e1*e2*m
), x] + (Dist[(f^2*(m - 1))/(c^2*m), Int[((f*x)^(m - 2)*(a + b*ArcCosh[c*x])^n)/(Sqrt[d1 + e1*x]*Sqrt[d2 + e2*
x]), x], x] + Dist[(b*f*n*Sqrt[d1 + e1*x]*Sqrt[d2 + e2*x])/(c*d1*d2*m*Sqrt[1 + c*x]*Sqrt[-1 + c*x]), Int[(f*x)
^(m - 1)*(a + b*ArcCosh[c*x])^(n - 1), x], x]) /; FreeQ[{a, b, c, d1, e1, d2, e2, f}, x] && EqQ[e1 - c*d1, 0]
&& EqQ[e2 + c*d2, 0] && GtQ[n, 0] && GtQ[m, 1] && IntegerQ[m]

Rule 5798

Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)*((f_.)*(x_))^(m_.)*((d_) + (e_.)*(x_)^2)^(p_), x_Symbol] :> Dist
[((-d)^IntPart[p]*(d + e*x^2)^FracPart[p])/((1 + c*x)^FracPart[p]*(-1 + c*x)^FracPart[p]), Int[(f*x)^m*(1 + c*
x)^p*(-1 + c*x)^p*(a + b*ArcCosh[c*x])^n, x], x] /; FreeQ[{a, b, c, d, e, f, m, n, p}, x] && EqQ[c^2*d + e, 0]
 &&  !IntegerQ[p]

Rubi steps

\begin {align*} \int \frac {x^3 \cosh ^{-1}(a x)}{\sqrt {1-a^2 x^2}} \, dx &=\frac {\left (\sqrt {-1+a x} \sqrt {1+a x}\right ) \int \frac {x^3 \cosh ^{-1}(a x)}{\sqrt {-1+a x} \sqrt {1+a x}} \, dx}{\sqrt {1-a^2 x^2}}\\ &=-\frac {x^2 (1-a x) (1+a x) \cosh ^{-1}(a x)}{3 a^2 \sqrt {1-a^2 x^2}}+\frac {\left (2 \sqrt {-1+a x} \sqrt {1+a x}\right ) \int \frac {x \cosh ^{-1}(a x)}{\sqrt {-1+a x} \sqrt {1+a x}} \, dx}{3 a^2 \sqrt {1-a^2 x^2}}-\frac {\left (\sqrt {-1+a x} \sqrt {1+a x}\right ) \int x^2 \, dx}{3 a \sqrt {1-a^2 x^2}}\\ &=-\frac {x^3 \sqrt {-1+a x} \sqrt {1+a x}}{9 a \sqrt {1-a^2 x^2}}-\frac {2 (1-a x) (1+a x) \cosh ^{-1}(a x)}{3 a^4 \sqrt {1-a^2 x^2}}-\frac {x^2 (1-a x) (1+a x) \cosh ^{-1}(a x)}{3 a^2 \sqrt {1-a^2 x^2}}-\frac {\left (2 \sqrt {-1+a x} \sqrt {1+a x}\right ) \int 1 \, dx}{3 a^3 \sqrt {1-a^2 x^2}}\\ &=-\frac {2 x \sqrt {-1+a x} \sqrt {1+a x}}{3 a^3 \sqrt {1-a^2 x^2}}-\frac {x^3 \sqrt {-1+a x} \sqrt {1+a x}}{9 a \sqrt {1-a^2 x^2}}-\frac {2 (1-a x) (1+a x) \cosh ^{-1}(a x)}{3 a^4 \sqrt {1-a^2 x^2}}-\frac {x^2 (1-a x) (1+a x) \cosh ^{-1}(a x)}{3 a^2 \sqrt {1-a^2 x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.13, size = 74, normalized size = 0.67 \[ -\frac {a x \sqrt {a x-1} \sqrt {a x+1} \left (a^2 x^2+6\right )-3 \left (a^4 x^4+a^2 x^2-2\right ) \cosh ^{-1}(a x)}{9 a^4 \sqrt {1-a^2 x^2}} \]

Antiderivative was successfully verified.

[In]

Integrate[(x^3*ArcCosh[a*x])/Sqrt[1 - a^2*x^2],x]

[Out]

-1/9*(a*x*Sqrt[-1 + a*x]*Sqrt[1 + a*x]*(6 + a^2*x^2) - 3*(-2 + a^2*x^2 + a^4*x^4)*ArcCosh[a*x])/(a^4*Sqrt[1 -
a^2*x^2])

________________________________________________________________________________________

fricas [A]  time = 1.18, size = 101, normalized size = 0.92 \[ -\frac {3 \, {\left (a^{4} x^{4} + a^{2} x^{2} - 2\right )} \sqrt {-a^{2} x^{2} + 1} \log \left (a x + \sqrt {a^{2} x^{2} - 1}\right ) - {\left (a^{3} x^{3} + 6 \, a x\right )} \sqrt {a^{2} x^{2} - 1} \sqrt {-a^{2} x^{2} + 1}}{9 \, {\left (a^{6} x^{2} - a^{4}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3*arccosh(a*x)/(-a^2*x^2+1)^(1/2),x, algorithm="fricas")

[Out]

-1/9*(3*(a^4*x^4 + a^2*x^2 - 2)*sqrt(-a^2*x^2 + 1)*log(a*x + sqrt(a^2*x^2 - 1)) - (a^3*x^3 + 6*a*x)*sqrt(a^2*x
^2 - 1)*sqrt(-a^2*x^2 + 1))/(a^6*x^2 - a^4)

________________________________________________________________________________________

giac [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3*arccosh(a*x)/(-a^2*x^2+1)^(1/2),x, algorithm="giac")

[Out]

Exception raised: TypeError >> An error occurred running a Giac command:INPUT:sage2:=int(sage0,x):;OUTPUT:sym2
poly/r2sym(const gen & e,const index_m & i,const vecteur & l) Error: Bad Argument Value

________________________________________________________________________________________

maple [B]  time = 0.53, size = 311, normalized size = 2.83 \[ -\frac {\sqrt {-a^{2} x^{2}+1}\, \left (4 x^{4} a^{4}-5 a^{2} x^{2}+4 a^{3} x^{3} \sqrt {a x -1}\, \sqrt {a x +1}-3 \sqrt {a x +1}\, \sqrt {a x -1}\, a x +1\right ) \left (-1+3 \,\mathrm {arccosh}\left (a x \right )\right )}{72 a^{4} \left (a^{2} x^{2}-1\right )}-\frac {3 \sqrt {-a^{2} x^{2}+1}\, \left (\sqrt {a x +1}\, \sqrt {a x -1}\, a x +a^{2} x^{2}-1\right ) \left (-1+\mathrm {arccosh}\left (a x \right )\right )}{8 a^{4} \left (a^{2} x^{2}-1\right )}-\frac {3 \sqrt {-a^{2} x^{2}+1}\, \left (a^{2} x^{2}-\sqrt {a x +1}\, \sqrt {a x -1}\, a x -1\right ) \left (1+\mathrm {arccosh}\left (a x \right )\right )}{8 a^{4} \left (a^{2} x^{2}-1\right )}-\frac {\sqrt {-a^{2} x^{2}+1}\, \left (4 x^{4} a^{4}-5 a^{2} x^{2}-4 a^{3} x^{3} \sqrt {a x -1}\, \sqrt {a x +1}+3 \sqrt {a x +1}\, \sqrt {a x -1}\, a x +1\right ) \left (1+3 \,\mathrm {arccosh}\left (a x \right )\right )}{72 a^{4} \left (a^{2} x^{2}-1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3*arccosh(a*x)/(-a^2*x^2+1)^(1/2),x)

[Out]

-1/72*(-a^2*x^2+1)^(1/2)*(4*x^4*a^4-5*a^2*x^2+4*a^3*x^3*(a*x-1)^(1/2)*(a*x+1)^(1/2)-3*(a*x+1)^(1/2)*(a*x-1)^(1
/2)*a*x+1)*(-1+3*arccosh(a*x))/a^4/(a^2*x^2-1)-3/8*(-a^2*x^2+1)^(1/2)*((a*x+1)^(1/2)*(a*x-1)^(1/2)*a*x+a^2*x^2
-1)*(-1+arccosh(a*x))/a^4/(a^2*x^2-1)-3/8*(-a^2*x^2+1)^(1/2)*(a^2*x^2-(a*x+1)^(1/2)*(a*x-1)^(1/2)*a*x-1)*(1+ar
ccosh(a*x))/a^4/(a^2*x^2-1)-1/72*(-a^2*x^2+1)^(1/2)*(4*x^4*a^4-5*a^2*x^2-4*a^3*x^3*(a*x-1)^(1/2)*(a*x+1)^(1/2)
+3*(a*x+1)^(1/2)*(a*x-1)^(1/2)*a*x+1)*(1+3*arccosh(a*x))/a^4/(a^2*x^2-1)

________________________________________________________________________________________

maxima [C]  time = 0.90, size = 62, normalized size = 0.56 \[ \frac {1}{9} \, a {\left (\frac {i \, x^{3}}{a^{2}} + \frac {6 i \, x}{a^{4}}\right )} - \frac {1}{3} \, {\left (\frac {\sqrt {-a^{2} x^{2} + 1} x^{2}}{a^{2}} + \frac {2 \, \sqrt {-a^{2} x^{2} + 1}}{a^{4}}\right )} \operatorname {arcosh}\left (a x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3*arccosh(a*x)/(-a^2*x^2+1)^(1/2),x, algorithm="maxima")

[Out]

1/9*a*(I*x^3/a^2 + 6*I*x/a^4) - 1/3*(sqrt(-a^2*x^2 + 1)*x^2/a^2 + 2*sqrt(-a^2*x^2 + 1)/a^4)*arccosh(a*x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \frac {x^3\,\mathrm {acosh}\left (a\,x\right )}{\sqrt {1-a^2\,x^2}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x^3*acosh(a*x))/(1 - a^2*x^2)^(1/2),x)

[Out]

int((x^3*acosh(a*x))/(1 - a^2*x^2)^(1/2), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x^{3} \operatorname {acosh}{\left (a x \right )}}{\sqrt {- \left (a x - 1\right ) \left (a x + 1\right )}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**3*acosh(a*x)/(-a**2*x**2+1)**(1/2),x)

[Out]

Integral(x**3*acosh(a*x)/sqrt(-(a*x - 1)*(a*x + 1)), x)

________________________________________________________________________________________